home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 November
/
CHIP Kasım 1996.iso
/
ms
/
index
/
ppc
/
idxsveng.exe
/
RCDATA
/
CABINET
/
snext.htx
< prev
next >
Wrap
Text File
|
1996-08-05
|
781b
|
22 lines
<!--
The "next" button for sorted queries.
This retrieves the next page of documents for the query.
This is different from the unsorted version of "next" because that
ersion can't use the CiRecordsNextPage parameter for the text of
the button. This variable is only available for non-sequential queries.
-->
<%if CiContainsLastRecord eq 0%>
<td align=right>
<form action="/scripts/samples/search/simple.idq" method="get">
<%include /scripts/samples/search/hidden.htx%>
<input type="hidden" name="CiBookmarkSkipCount"
value="<%CiMaxRecordsPerPage%>" >
<input type="submit" value="Next <%CiRecordsNextPage%> documents">
</form>
</td>
<%endif%>